home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / fruit.swf / scripts / DefineSprite_207 / frame_1 / DoAction.as
Text File  |  2006-01-17  |  92b  |  7 lines

  1. if(n == "")
  2. {
  3.    this.gotoAndPlay(random(5) + 1);
  4.    n = "n";
  5.    this._visible = 0;
  6. }
  7.